home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / gtk2-engines / README < prev   
Text File  |  2009-04-17  |  4KB  |  128 lines

  1. gtk-engines
  2. ===========
  3.  
  4. gtk-engines provides a central location for commonly used GTK+ engines.
  5.  
  6. It currently supplies several engines and default themes for those which have one.
  7.  
  8. Clearlooks
  9.   The clearlooks engine was originally written by Richard Stellingwerff and
  10.   Daniel Borgmann based on the Bluecurve engine. It became very popular and
  11.   was adopted as the default theme in GNOME 2.12.
  12.   Since then a lot of people have worked on it, and today it is a modular
  13.   engine providing multiple styles such as glossy and gummy.
  14.   There are some popular forks out there, the largest is probably the
  15.   UbuntuLooks engine currently used for the default Ubuntu theme.
  16.  
  17. Crux
  18.   The engine created for the once popular theme by Eazel, Inc. Unfortunately
  19.   long without maintenance it is no longer as popular or considered as
  20.   usable as it once was.
  21.   It has been rewritten by Thomas Wood and now provides a more modern style
  22.   featuring the Tango colors.
  23.  
  24. Glide
  25.   A new engine written by Andrew Johnson for the Glider theme.
  26.  
  27. HC
  28.   The High Contrast engine which is targeted for usability themes, such as
  29.   the GNOME HighContrast theme.
  30.  
  31. Industrial
  32.   Originally developed by Ximian, Inc. as the default engine for its desktop.
  33.   Industrial provides a simple and consistent appearance for applications.
  34.   
  35. LUA
  36.   The LUA engine is an experimental engine that loads lua scripts to draw
  37.   the interface. Because of its experimental status the engine is not
  38.   compiled by default.
  39.  
  40. Mist
  41.   A minimalist engine designed to provide a simple UI experience.
  42.  
  43. Redmond
  44.   An engine and theme designed to mimic the appearance of another well
  45.   known OS.
  46.  
  47. Thinice
  48.   A once highly popular engine with thin edges and theme of Icy Colors,
  49.   providing a simple mostly clean appearance many find satisfying.
  50.  
  51.  
  52. Requirements
  53. ============
  54.  
  55. To compile this package, you must have:
  56.  
  57.  GTK+, version 2.12.0 or later
  58.  
  59.    http://www.gtk.org/
  60.    ftp://ftp.gtk.org/pub/gtk/
  61.  
  62.  
  63. Sources
  64. =======
  65.  
  66. The source code of gtk-engines is available from:
  67.   http://ftp.acc.umu.se/pub/GNOME/sources/gtk-engines/
  68.  
  69. The development version is available from gtk-engines module of the GNOME
  70. subversion repository:
  71.   http://svn.gnome.org
  72.  
  73.  
  74. Bugs
  75. ====
  76.  
  77. GTK+ engines are a vital part of the desktop and should be very stable. A
  78. bug in the engine can easily cause random application crashes and users may
  79. lose work.
  80.  
  81. Because of this gtk-engines has a test suite which torture tests the engines
  82. and checks for some other issues. While we strive to create very stable
  83. software, bugs do crop up regularly. Should you find any problem, whether it is
  84. a visual or a more serious issue please fill them in the GNOME bugzilla in the
  85. gtk-engines product.
  86.  
  87.   http://bugzilla.gnome.org/enter_bug.cgi?product=gtk-engines
  88.  
  89.  
  90. Installation
  91. ============
  92.  
  93.  ./configure 
  94.  make
  95.  [ become root ]
  96.  make install
  97.  
  98.  
  99. If you configured GTK+ in a non-default prefix, you should configure this
  100. package the same way. For instance:
  101.  
  102.  ./configure --prefix=/opt/gtk+
  103.  
  104. If you need to install this package in a different prefix from GTK+, then
  105. you'll have to set your GTK_PATH environment variable to point to the
  106. installed prefix. For instance, if this package was configured with:
  107.  
  108.  ./configure --prefix=/home/john.doe/gtk-engines/
  109.  
  110. Then you'd set:
  111.  
  112.  GTK_PATH=/home/john.doe/gtk-engines/lib/gtk-2.0/
  113.  export GTK_PATH
  114.  
  115. This will allow GTK+ to find the newly installed theme engines. To use the
  116. default themes (installed into $prefix/share/themes), you'll need to copy or
  117. link them into your  ~/.themes directory.
  118.  
  119. If you need to skip an engine/theme configure with --disable-<engine>. A
  120. --disable-all option is included so that it is possible to enable building
  121. of engines selectively with --enable-<engine>.
  122.  
  123.  
  124. ====
  125. Andrew Johnson <ajgenius@ajgenius.us>
  126. Benjamin Berg <benjamin@sipsolutions.net>
  127. Thomas Wood <thos@gnome.org>
  128.